home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / StarBurn 10.5 / StarBurnSetup.exe / {app} / Wizards / styles / Vista.cjstyles / TEXTFILE / NORMALBLACK_INI next >
Text (UTF-16)  |  2007-03-22  |  129KB  |  2,336 lines

  1. ;------------------------------------------
  2. ; file: Luna\default.ini
  3. ;------------------------------------------
  4. [documentation]
  5. AlphaLevel = 255   ; Images already predefined.
  6.  
  7. ;--------- Globals -------------------------
  8. [globals]
  9.  
  10. ; global edge colors (redefined in various parts) 
  11. EdgeLightColor      = 241 239 226
  12. EdgeHighLightColor  = 255 255 255
  13. EdgeShadowColor     = 172 168 153
  14. EdgeDkShadowColor   = 113 111 100 
  15. EdgeFillColor       = 236 233 216
  16.  
  17. ;--------- system metrics -------------------------------
  18. [SysMetrics]
  19. ;The system metric colors also effect non-themed controls.
  20.  
  21. ScrollbarWidth = 17
  22. ScrollbarHeight = 17
  23.  
  24. Window = 255 255 255
  25. MenuBar = 240 240 240
  26. Menu = 255 255 255
  27. Background = 50 50 50
  28. Btnface = 240 240 240
  29. Highlight = 191 239 254
  30.  
  31. ActiveCaption = 105 105 105
  32. CaptionText = 255 255 255
  33. InactiveCaption = 60 60 60
  34. InactiveCaptionText = 255 255 255
  35. GradientActiveCaption = 45 45 45
  36. GradientInactiveCaption = 45 45 45
  37. HighlightText = 0 143 191
  38. MenuHilight = 191 239 254
  39. BtnShadow = 160 160 160
  40. GrayText = 171 173 179
  41. BtnHighlight = 255 255 255
  42. DkShadow3d = 100 100 100
  43. Light3d = 227 227 227
  44.  
  45. ;---- don't remove these fonts (must specify to be localizable) ----
  46. CaptionFont = Segoe UI, 9
  47. CaptionBarHeight = 21
  48. SmallCaptionFont = Segoe UI, 9
  49. SMCaptionBarHeight = 17
  50. SMCaptionBarWidth = 17
  51. MenuFont = Tahoma, 8
  52. StatusFont = Tahoma, 8
  53. MsgBoxFont = Tahoma, 8
  54. IconTitleFont = Tahoma, 8
  55.  
  56.  
  57. ;The FlatMenus option allows the author to turn of the 3d border on menus
  58. FlatMenus = true
  59.  
  60. ;This may allow authors to specify a theme matching stylesheet for Webviews, etc.
  61. CssName = cpwebvw.css
  62.  
  63. ;This may allow authors to specify a theme matching XML file.
  64. XmlName = default.xml
  65.  
  66. ; this theme designed for 15-bit color and higher
  67. MinColorDepth = 15
  68.  
  69. ;---------- buttons ---------------------------------
  70. ;Overall button class
  71. [button]
  72.  
  73. ;Normal button
  74. [button.pushbutton]
  75. bgtype = imagefile
  76. SizingMargins = 8, 8, 9, 9
  77. sizingType = Stretch
  78. ContentMargins = 3, 3, 3, 3 
  79. ImageFile = Blue\button.bmp
  80. imageCount = 6
  81. ImageLayout = vertical
  82. TextColor = 0 0 0
  83. FillColorHint = 243 243 239; Average fill color (light beige)
  84. BorderColorHint = 0 60 116; Edge color (dark blue grey)
  85. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  86. MinSize= 10, 5
  87.  
  88. ;Makes text for button grey for the disabled state
  89. [button.pushbutton(disabled)]
  90. TextColor = 161 161 146
  91.  
  92. ;Color hint for default state
  93. [button.pushbutton(defaulted)]
  94. AccentColorHint = 157 187 235; Default state hilite color (blue)
  95.  
  96. ;Checkboxes
  97. [button.checkbox]
  98. bgtype = imagefile
  99. imagelayout=vertical
  100. sizingType = TrueSize
  101. SizingMargins = 0, 0, 0, 0
  102. ContentMargins = 0, 0, 0, 0
  103. imageCount = 12
  104. MirrorImage = false
  105. FillColorHint = 33 161 33; Checkmark color (green)
  106. BorderColorHint = 29 82 129; Edge color (dark blue grey)
  107. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  108.  
  109. ;----- Multiple control sizes for different video adapter resolution settings ----
  110. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  111. TrueSizeScalingType = Dpi
  112. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  113. UniformSizing   = true  ; if you must stretch, do width & height equally
  114. ImageFile1=Blue\CheckBox13.bmp
  115. ImageFile2=Blue\CheckBox16.bmp
  116. ImageFile3=Blue\CheckBox25.bmp
  117. MinDpi1=96
  118. MinDpi2=118
  119. MinDpi3=185 
  120.  
  121. ;Checkboxes can be disabled in various states, so each of the following entries sets the text
  122. ;to grey for the corresponding states.
  123. [button.checkbox(checkeddisabled)]
  124. TextColor = 128 128 128
  125.  
  126. [button.checkbox(uncheckeddisabled)]
  127. TextColor = 128 128 128
  128.  
  129. [button.checkbox(mixeddisabled)]
  130. TextColor = 128 128 128
  131.  
  132. ;Radio buttons
  133. [button.radiobutton]
  134. bgtype = imagefile
  135. imagelayout=vertical
  136. transparent=true
  137. sizingType = TrueSize
  138. SizingMargins = 0, 0, 0, 0
  139. ContentMargins = 0, 0, 0, 0
  140. imageCount = 8
  141. FillColorHint = 33 161 33; Selection dot color (green)
  142. BorderColorHint = 29 82 129; Edge color (dark blue grey)
  143. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  144.  
  145. ;----- Multiple control sizes for different video adapter resolution settings ----
  146. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  147. TrueSizeScalingType = Dpi
  148. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  149. UniformSizing   = true  ; if you must stretch, do width & height equally
  150. ImageFile1=Blue\RadioButton13.bmp
  151. ImageFile2=Blue\RadioButton16.bmp
  152. ImageFile3=Blue\RadioButton25.bmp
  153. MinDpi1=96
  154. MinDpi2=118
  155. MinDpi3=185
  156.  
  157. ;Radio buttons can be disabled in various states, so each of the following entries sets the text
  158. ;to grey for the corresponding states.
  159. [button.radiobutton(checkeddisabled)]
  160. TextColor = 128 128 128
  161.  
  162. [button.radiobutton(uncheckeddisabled)]
  163. TextColor = 128 128 128
  164.  
  165. ;The line enclosing a group of controls
  166. [button.groupbox]
  167. TextColor = 0 0 0
  168. bgtype = imagefile
  169. SizingMargins = 4, 4, 4, 4
  170. sizingType = Tile
  171. ImageFile = Blue\GroupBox.bmp
  172. ;BorderOnly means that the area inside the sizing margins is not drawn (so it won't
  173. ;draw on top of the controls it surrounds)
  174. borderOnly = true
  175. transparent = true
  176. BorderColorHint = 160 160 160; Dark beige edge color
  177. NormalSize = 9999, 9999   ; never source size a groupbox (from IE)
  178.  
  179.  
  180. ;----------- combobox --------------------------------
  181. ;Dropdown controls
  182.  
  183. [Combobox]
  184. BgType = ImageFile
  185. BorderSize = 0
  186. ImageFile = Blue\ComboBox.bmp
  187. SizingMargins = 1, 1, 1, 1
  188.  
  189. [Combobox(Disabled)]
  190. FillColor = 240 240 240
  191. TextColor = 180 180 180
  192. ImageFile = Blue\ComboBoxDisabled.bmp
  193.  
  194. ;The down pointing triangle button
  195. [Combobox.DropDownButton]
  196. BgType  = imagefile
  197. imagelayout = vertical
  198. SizingType  = Stretch
  199. ImageFile = Blue\ComboButton.bmp
  200. SizingMargins = 2, 2, 5, 5
  201. ContentMargins = 0, 0, 1, 0
  202. ImageCount  = 4
  203. GlyphType   = ImageGlyph
  204. GlyphImageFile = Blue\ComboButtonGlyph.bmp
  205. GlyphTransparent= true
  206. FillColorHint = 200 214 251; Average fill color (light blue)
  207. BorderColorHint = 255 255 255; Edge color (white)
  208.  
  209. ;----------- edit --------------------------------
  210. [edit]
  211. BgType  = BorderFill
  212. BorderSize  = 1
  213. FillColor   = 255 255 255 
  214. BorderColor = 130 135 144
  215.  
  216. [edit.edittext(Disabled)]
  217. FillColor   = 235 235 228
  218. TextColor   = 161 161 146
  219.  
  220. [edit.edittext(ReadOnly)]
  221. FillColor   = 235 235 228
  222. TextColor   = 0 0 0
  223.  
  224.  
  225. ;----------- listbox --------------------------------
  226. [Listbox]
  227. BgType  = BorderFill
  228. BorderSize  = 1
  229. FillColor   = 255 255 255 
  230. BorderColor = 130 135 144
  231.  
  232.  
  233. ;--------- Scrollbar -------------------------
  234. [ScrollBar]
  235.  
  236. ;The buttons, both horizontal and vertical in one strip
  237. ; Scrollbar Arrow Buttons
  238. [ScrollBar.ArrowBtn]
  239. BgType  = ImageFile
  240. SizingMargins = 5, 5, 5, 5
  241. ContentMargins = 0, 0, 3, 3
  242. SizingType = Stretch
  243. ImageFile = Blue\ScrollArrows.bmp
  244. ImageCount = 20
  245. ImageLayout = Vertical
  246. GlyphType   = ImageGlyph
  247. GlyphTransparent= True
  248. FillColorHint = 200 214 251; Average fill color (light blue)
  249. BorderColorHint = 255 255 255; Edge color (white)
  250.  
  251.  
  252. ;----- the two sizes of scrollbar arrow glyphs ----
  253. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  254. ;TrueSizeScalingType = size
  255. ;SourceShrink = True
  256. ;TrueSizeStretchMark = 150; start stretching when target exceeds source size by 150%
  257. ;UniformSizing   = true; if you must stretch, do width & height equally
  258. ImageFile1  = Blue\ScrollArrowGlyphsSmall.bmp
  259. ;ImageFile2  = Blue\ScrollArrowGlyphsSmall.bmp
  260. ;MinSize1  = 7, 7
  261. ;MinSize2  = 9, 9 
  262. ;NormalSize = 7, 10
  263.  
  264. ; Scrollbar Thumb (horizontal)
  265. [Scrollbar.ThumbBtnHorz]
  266. BgType  = ImageFile
  267. SizingMargins = 5, 5, 5, 5
  268. ContentMargins = 4, 4, 0, 0
  269. ImageFile = Blue\ScrollThumbHorizontal.bmp
  270. ImageCount  = 5
  271. ImageLayout = Vertical
  272. FillColorHint = 198 213 253; Average fill color (light blue)
  273. BorderColorHint = 255 255 255; Edge color (white)
  274.  
  275.  
  276. ;A visual element in the middle of the scrollbar thumb
  277. [Scrollbar.GripperHorz]
  278. BgType  = ImageFile
  279. SizingType  = TrueSize
  280. ImageFile = Blue\ScrollThumbGripperHorizontal.BMP
  281. imagelayout = vertical
  282. Transparent = True
  283. ImageCount  = 5
  284.  
  285. ; Scrollbar Thumb (vertical)
  286. [Scrollbar.ThumbBtnVert]
  287. BgType  = ImageFile
  288. SizingMargins = 5, 5, 5, 5
  289. ContentMargins = 0, 0, 4, 4
  290. ImageFile = Blue\ScrollThumbVertical.bmp
  291. ImageCount  = 5
  292. ImageLayout = vertical
  293. FillColorHint = 198 213 253; Average fill color (light blue)
  294. BorderColorHint = 255 255 255; Edge color (white)
  295.  
  296. ;A visual element in the middle of the scrollbar thumb
  297. [Scrollbar.GripperVert]
  298. BgType  = ImageFile
  299. SizingType  = TrueSize
  300. ImageFile = Blue\ScrollThumbGripperVertical.BMP
  301. ImageCount  = 5
  302. Transparent = True
  303. ImageLayout = Vertical
  304.  
  305.  
  306. ; Scrollbar Tracks (horizontal)
  307. [Scrollbar.LowerTrackHorz]
  308. BgType  = imagefile
  309. ImageFile = Blue\ScrollShaftHorizontal.bmp
  310. SizingMargins = 0, 0, 1, 1
  311. ImageCount = 5
  312. ImageLayout = Vertical
  313. FillColorHint = 198 213 253; Average fill color (light blue)
  314.  
  315.  
  316. [Scrollbar.UpperTrackHorz]
  317. BgType  = imagefile
  318. ImageFile = Blue\ScrollShaftHorizontal.bmp
  319. SizingMargins = 0, 0, 1, 1
  320. ImageCount = 5
  321. ImageLayout = Vertical
  322. FillColorHint = 198 213 253; Average fill color (light blue)
  323.  
  324. ; Scrollbar Tracks (vertical)
  325. [Scrollbar.LowerTrackVert]
  326. BgType  = imagefile
  327. ImageFile = Blue\ScrollShaftVertical.bmp
  328. SizingMargins = 1, 1, 0, 0
  329. ImageCount = 5
  330. ImageLayout = Vertical
  331. FillColorHint = 198 213 253; Average fill color (light blue)
  332.  
  333. [Scrollbar.UpperTrackVert]
  334. BgType  = imagefile
  335. ImageFile = Blue\ScrollShaftVertical.bmp
  336. SizingMargins = 1, 1, 0, 0
  337. ImageCount = 5
  338. ImageLayout = Vertical
  339. FillColorHint = 198 213 253; Average fill color (light blue)
  340.  
  341. [ScrollBar.SizeBox]
  342. ImageFile = Blue\ResizeGrip2.bmp
  343. bgtype = imagefile
  344. imageCount = 2
  345. sizingType = trueSize
  346. Transparent = True
  347. TransparentColor = 255 0 0
  348. FillColorHint = 184 180 163; Gripper dot color (dark beige)
  349. VAlign = Bottom
  350.  
  351. ;----------- spin --------------------------------
  352. ;Spin buttons for incrementing values in a field
  353. [Spin]
  354. ;Bgtype = imagefile
  355. ;SizingType = tile
  356. ;ImageFile = Blue\FieldOutlineBlue.bmp
  357. ;SizingMargins = 2, 2, 2, 2
  358. ;ImageCount = 1
  359.  
  360. [Spin.Up]
  361. Bgtype = imagefile
  362. SizingType = stretch
  363. ImageFile = Blue\SpinButtonBackgroundUp.bmp
  364. SizingMargins = 3, 3, 3, 2
  365. ContentMargins = 3, 2, 2, 1
  366. ImageCount = 4
  367. ImageLayout = Vertical
  368. GlyphType = ImageGlyph
  369. GlyphImageFile = Blue\SpinUpGlyph.bmp
  370. GlyphTransparent = True
  371. FillColorHint = 200 214 251
  372. BorderColorHint = 255 255 255
  373. TRANSPARENT = true
  374. TRANSPARENTCOLOR = 255 0 255
  375.  
  376. [Spin.Down]
  377. Bgtype = imagefile
  378. SizingType = tile
  379. ImageFile = Blue\SpinButtonBackgroundDown.bmp
  380. SizingMargins = 2, 3, 2, 3
  381. ContentMargins = 3, 2, 1, 2
  382. ImageCount = 4
  383. ImageLayout = Vertical
  384. GlyphType = ImageGlyph
  385. GlyphImageFile = Blue\SpinDownGlyph.bmp
  386. GlyphTransparent = True
  387. FillColorHint = 200 214 251
  388. BorderColorHint = 255 255 255
  389. TRANSPARENT = true
  390. TRANSPARENTCOLOR = 255 0 255
  391.  
  392. [Spin.Uphorz]
  393. Bgtype = imagefile
  394. SizingType = stretch
  395. ImageFile = Blue\SpinButtonBackgroundRight.bmp
  396. SizingMargins = 2, 3, 0, 0
  397. ContentMargins = 0, 0, 0, 0
  398. ImageCount = 4
  399. ImageLayout = Vertical
  400. GlyphType = ImageGlyph
  401. GlyphImageFile = Blue\SpinRightGlyph.bmp
  402. GlyphTransparent = True
  403. FillColorHint = 200 214 251
  404. BorderColorHint = 255 255 255
  405. TRANSPARENT = true
  406. TRANSPARENTCOLOR = 255 0 255
  407.  
  408. [Spin.Downhorz]
  409. Bgtype = imagefile
  410. SizingType = Stretch
  411. ImageFile = Blue\SpinButtonBackgroundLeft.bmp
  412. SizingMargins = 3, 2, 0, 0
  413. ContentMargins = 0, 0, 0, 0
  414. ImageCount = 4
  415. ImageLayout = Vertical
  416. GlyphType = ImageGlyph
  417. GlyphImageFile = Blue\SpinLeftGlyph.bmp
  418. GlyphTransparent = True
  419. FillColorHint = 200 214 251
  420. BorderColorHint = 255 255 255
  421. TRANSPARENT = true
  422. TRANSPARENTCOLOR = 255 0 255
  423.  
  424.  
  425. ;----------- rebar --------------------------------
  426. ;Rebar is a container for toolbars
  427.  
  428. [Rebar]
  429. bgtype =imagefile
  430. sizingtype=stretch
  431. ImageFile = Blue\ToolbarBackground.bmp
  432. sizingmargins= 0, 0, 0, 4
  433. Font                = Tahoma, 8
  434. TextColor           = 127 124 115
  435. FillColorHint = 241 243 239; Background color of toolbars (light beige)
  436.  
  437. [Rebar.Band]
  438. bgtype = none
  439. ContentMargins    = 2, 0, 0, 0
  440. EdgeShadowColor = 216 210 189
  441.  
  442. [Rebar.Gripper]
  443. bgtype = imagefile
  444. SizingMargins   = 2, 1, 4, 2 
  445. ContentMargins    = 2, 1, 0, 0
  446. ImageFile = Blue\ToolbarGripper.bmp
  447. sizingType     = Tile
  448. Transparent     = true
  449. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  450.  
  451. [Rebar.GripperVert]
  452. bgtype = imagefile
  453. SizingMargins = 3, 3, 2, 1
  454. ContentMargins    = 1, 2, 0, 0
  455. ImageFile = Blue\ToolbarGripperVert.bmp
  456. sizingType = Tile
  457. Transparent = true
  458. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  459.  
  460. [Rebar.Chevron]
  461. SizingMargins = 4, 4, 4, 4
  462. ContentMargins = 0, 0, 0, 0
  463. ImageFile = Blue\ToolbarButtons.bmp
  464. bgtype = imagefile
  465. imagelayout = vertical
  466. imageCount= 6
  467. sizingType= Stretch
  468. Transparent = true
  469. GlyphType   = ImageGlyph
  470. GlyphImageFile = Blue\Chevron.bmp
  471. GlyphTransparent= true
  472. VAlign = Top
  473. FillColorHint = 0 0 0; Glyph color (black)
  474.  
  475. [Rebar.ChevronVert]
  476. SizingMargins = 4, 4, 4, 4
  477. ContentMargins = 0, 0, 0, 0
  478. ImageFile = Blue\ToolbarButtons.bmp
  479. bgtype = imagefile
  480. imagelayout = vertical
  481. imageCount= 6
  482. sizingType= Stretch
  483. Transparent = true
  484. GlyphType   = ImageGlyph
  485. GlyphImageFile = Blue\Chevron.bmp
  486. GlyphTransparent= true
  487. VAlign = Top
  488. FillColorHint = 0 0 0; Glyph color (black)
  489.  
  490. ;----------- toolbar--------------------------------
  491. ;Button bars and menu bars in some applicatons
  492.  
  493. [Toolbar]
  494. BgType  = Borderfill
  495. Bordersize  = 0
  496. FillColor   = 236 233 216
  497. TextColor   = 0 0 0
  498.  
  499. [Toolbar(Pressed)]
  500. TextColor= 255 255 255
  501.  
  502. [Toolbar.Button]
  503. SizingMargins = 4, 4, 4, 4
  504. ContentMargins = 0, 0, 0, 0
  505. ImageFile = Blue\ToolbarButtons.bmp
  506. bgtype = imagefile
  507. imagelayout = vertical
  508. imageCount = 6
  509. sizingType = Stretch
  510. Transparent = true
  511. TransparentColor = 255 0 255
  512. FillColorHint = 241 243 239; Average fill color (light beige)
  513. BorderColorHint = 206 206 195; Edge color (dark beige)
  514.  
  515. [Toolbar.Separator]
  516. SizingMargins = 5, 2, 2, 1
  517. ImageFile = Blue\Separator.bmp
  518. bgtype = imagefile
  519. imageCount = 1
  520. sizingType = tile
  521. Transparent = true
  522. TransparentColor = 255 0 0
  523. FillColorHint = 202 198 175; Darker separator color (medium beige)
  524.  
  525. [Toolbar.SeparatorVert]
  526. SizingMargins = 2, 1, 5, 1
  527. ImageFile = Blue\SeparatorVert.bmp
  528. bgtype = imagefile
  529. imageCount = 1
  530. sizingType = tile
  531. Transparent = true
  532. TransparentColor = 255 0 0
  533. FillColorHint = 202 198 175; Darker separator color (medium beige)
  534.  
  535.  
  536. [Toolbar.DropdownButton]
  537. SizingMargins = 4, 4, 4, 4
  538. ContentMargins = 0, 0, 0, 0
  539. ImageFile = Blue\ToolbarButtons.bmp
  540. bgtype = imagefile
  541. imagelayout = vertical
  542. imageCount = 6
  543. sizingType = Stretch
  544. Transparent = true
  545. TransparentColor = 255 0 255
  546. FillColorHint = 241 243 239; Average fill color (light beige)
  547. BorderColorHint = 206 206 195; Edge color (dark beige)
  548.  
  549. [Toolbar.SplitButton]
  550. SizingMargins = 4, 2, 4, 4
  551. ImageFile = Blue\ToolbarButtonsSplit.bmp
  552. bgtype = imagefile
  553. imagelayout = vertical
  554. imageCount = 6
  555. sizingType = Stretch
  556. Transparent = true
  557. TransparentColor = 255 0 255
  558. FillColorHint = 241 243 239; Average fill color (light beige)
  559. BorderColorHint = 206 206 195; Edge color (dark beige)
  560.  
  561. [Toolbar.SplitButtonDropdown]
  562. SizingMargins = 2, 4, 4, 4
  563. ImageFile = Blue\ToolbarButtonsSplitDropdown.bmp
  564. bgtype = imagefile
  565. imagelayout = vertical
  566. imageCount = 6
  567. sizingType = Stretch
  568. Transparent = true
  569. TransparentColor = 255 0 255
  570. GlyphType   = ImageGlyph
  571. GlyphImageFile = Blue\ToolbarButtonsSplitDropdownGlyph.bmp
  572. GlyphTransparent= true
  573. FillColorHint = 241 243 239; Average fill color (light beige)
  574. BorderColorHint = 206 206 195; Edge color (dark beige)
  575.  
  576.  
  577. ;----------- status--------------------------------
  578. ;The area at the bottom of a window containing miscellaneous status info
  579. ;The first is the container for the status sections
  580. [Status]
  581. SizingMargins = 50, 17, 5, 9
  582. ImageFile = Blue\StatusBackground.bmp
  583. bgtype = imagefile
  584. imageCount = 1
  585. sizingType = Tile
  586. FillColorHint = 236 233 216; Average fill color (beige)
  587.  
  588. ;The individual status item backgrounds
  589. [Status.Pane]
  590. SizingMargins = 0, 2, 2, 2
  591. ImageFile = Blue\StatusPane.bmp
  592. bgtype = imagefile
  593. imageCount = 1
  594. sizingType = Tile
  595. Transparent = True
  596. TransparentColor = 255 0 0 
  597.  
  598. ;The individual status item backgrounds
  599. [Status.GripperPane]
  600. bgtype = none
  601.  
  602. ;The resize corner
  603. [Status.Gripper]
  604. ContentMargins=0,0,0,0
  605. ImageFile = Blue\ResizeGrip2.bmp
  606. bgtype = imagefile
  607. imageCount = 2
  608. sizingType = trueSize
  609. Transparent = True
  610. TransparentColor = 255 0 0 
  611. FillColorHint = 184 180 163; Resize gripper dots (dark beige)
  612. VAlign = Bottom
  613.  
  614.  
  615. ;----------- list view --------------------------------
  616. ;Icon, list, details, etc.
  617.  
  618. [ListView]
  619. BgType  = BorderFill
  620. BorderSize  = 1
  621. FillColor   = 255 255 255 
  622. BorderColor = 130 135 144
  623.  
  624.  
  625. ;----------- Tree view --------------------------------
  626.  
  627. [TreeView]
  628. BgType  = BorderFill
  629. BorderSize  = 1
  630. FillColor   = 255 255 255 
  631. BorderColor = 130 135 144
  632.  
  633. [TreeView.Glyph]
  634. bgtype = imagefile
  635. SizingType = TrueSize
  636. imagecount = 2
  637. imageLayout=vertical
  638. ;----- Multiple control sizes for different video adapter resolution settings ----
  639. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  640. TrueSizeScalingType = Dpi
  641. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  642. UniformSizing   = true  ; if you must stretch, do width & height equally
  643. ImageFile1=Blue\treeExpandCollapse.bmp
  644. ImageFile2=Blue\treeExpandCollapse10.bmp
  645. ImageFile3=Blue\treeExpandCollapse15.bmp
  646. MinDpi1=96
  647. MinDpi2=133
  648. MinDpi3=150 
  649.  
  650.  
  651. ;----------- header --------------------------------
  652. ;The area at the top of a list, with clickable headers for sort order
  653.  
  654. [Header]
  655. bgtype = imagefile
  656. SizingMargins = 2, 2, 9, 14
  657. ImageFile = Blue\ListviewHeaderBackground.bmp
  658. sizingType = tile
  659.  
  660. [Header.HeaderItem]
  661. bgtype = imagefile
  662. SizingMargins = 2, 3, 9, 14
  663. ContentMargins = 0, 0, 0, 0
  664. ImageFile = Blue\ListViewHeader.bmp
  665. imageCount=5
  666. imageLayout=vertical
  667. sizingType = Stretch
  668. transparent=true
  669. transparentcolor=255 0 0
  670. FillColorHint = 250 248 243; Average fill color (light beige)
  671. AccentColorHint = 252 194 71; Rollover hilite color (orange)
  672.  
  673.  
  674. ;----------- progress --------------------------------
  675. ;Progress bars
  676.  
  677. [Progress]
  678. ProgressChunkSize=10
  679. ProgressSpaceSize=0
  680. bgType = borderFill
  681. fillType = Solid
  682. fillColor = 46 211 49
  683. bordersize = 2
  684. borderColor = 235 235 228
  685.  
  686. [Progress.Bar]
  687. Bgtype = ImageFile
  688. ImageFile = Blue\ProgressTrack.bmp
  689. MinSize = 10, 10
  690. SizingMargins = 9, 9, 7, 6
  691. ContentMargins = 1, 1, 1, 1
  692. SizingType = Stretch
  693. FillColorHint = 255 255 255
  694. BorderColorHint = 104 104 104
  695.  
  696. [Progress.Chunk]
  697. Bgtype = imagefile
  698. ImageFile = Blue\ProgressChunk.bmp
  699. MinSize = 8, 8
  700. SizingMargins = 0, 0, 6, 5
  701. SizingType = Stretch
  702. FillColorHint = 46 211 49
  703.  
  704. [Progress.BarVert]
  705. Bgtype = imagefile
  706. ImageFile = Blue\ProgressTrackVert.bmp
  707. SizingMargins = 7, 6, 9, 9
  708. ContentMargins = 1, 1, 1, 1
  709. SizingType = Stretch
  710. FillColorHint = 255 255 255
  711. BorderColorHint = 104 104 104
  712.  
  713. [Progress.ChunkVert]
  714. Bgtype = imagefile
  715. ImageFile = Blue\ProgressChunkVert.bmp
  716. SizingMargins = 6, 5, 0, 0
  717. SizingType = Stretch
  718. FillColorHint = 46 211 49
  719.  
  720.  
  721. ;----------- tab --------------------------------
  722. [Tab]
  723. bgType = borderFill
  724. fillType = Solid
  725. fillColor = 236 233 216
  726. bordersize = 0
  727.  
  728. ;The whole content area of a tab page
  729. [Tab.Pane]
  730. bgtype = imagefile
  731. ImageFile = Blue\TabPaneEdge.bmp
  732. sizingMargins = 1, 3, 1, 2
  733. SizingType = stretch
  734. imagecount = 1
  735. FillColorHint = 251 251 253; Light tab background color (very light beige)
  736. BorderColorHint = 145 155 156; Edge color (dark grey)
  737.  
  738. [Tab.TabItem]
  739. SizingMargins = 2, 2, 2, 2
  740. ContentMargins = 0, 0, 0, 0
  741. bgtype=imagefile
  742. ImageFile = Blue\tabItem.bmp
  743. imagecount=5
  744. imagelayout=vertical
  745. FillColorHint = 248 248 246; Tab average color (light beige)
  746. BorderColorHint = 145 167 180; Edge color (blue grey)
  747. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  748.  
  749.  
  750. [Tab.TabItemLeftEdge]
  751. SizingMargins = 2, 2, 2, 2
  752. ContentMargins = 0, 0, 0, 0
  753. bgtype=imagefile
  754. ImageFile = Blue\tabItemLeft.bmp
  755. imagecount=5
  756. imagelayout=vertical
  757. FillColorHint = 248 248 246; Tab average color (light beige)
  758. BorderColorHint = 145 167 180; Edge color (blue grey)
  759. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  760.  
  761.  
  762. [Tab.TabItemRightEdge]
  763. SizingMargins = 2, 2, 2, 2
  764. ContentMargins = 0, 0, 0, 0
  765. bgtype=imagefile
  766. ImageFile = Blue\tabItemRight.bmp
  767. imagecount=5
  768. imagelayout=vertical
  769. FillColorHint = 248 248 246; Tab average color (light beige)
  770. BorderColorHint = 145 167 180; Edge color (blue grey)
  771. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  772.  
  773.  
  774. [Tab.TabItemBothEdge]
  775. SizingMargins = 2, 2, 2, 2
  776. ContentMargins = 0, 0, 0, 0
  777. bgtype=imagefile
  778. ImageFile = Blue\tabItemBoth.bmp
  779. imagecount=5
  780. imagelayout=vertical
  781. FillColorHint = 248 248 246; Tab average color (light beige)
  782. BorderColorHint = 145 167 180; Edge color (blue grey)
  783. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  784.  
  785.  
  786. [Tab.TopTabItem]
  787. SizingMargins = 2, 2, 2, 2
  788. ContentMargins = 0, 0, 0, 0
  789. bgtype=imagefile
  790. ImageFile = Blue\tabItemTop.bmp
  791. imagecount=5
  792. imagelayout=vertical
  793. FillColorHint = 248 248 246; Tab average color (light beige)
  794. BorderColorHint = 145 167 180; Edge color (blue grey)
  795. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  796.  
  797.  
  798. [Tab.TopTabItemLeftEdge]
  799. SizingMargins = 2, 2, 2, 2
  800. ContentMargins = 0, 0, 0, 0
  801. bgtype=imagefile
  802. ImageFile = Blue\tabItemTopLeft.bmp
  803. imagecount=5
  804. imagelayout=vertical
  805. FillColorHint = 248 248 246; Tab average color (light beige)
  806. BorderColorHint = 145 167 180; Edge color (blue grey)
  807. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  808.  
  809.  
  810. [Tab.TopTabItemRightEdge]
  811. SizingMargins = 2, 2, 2, 2
  812. ContentMargins = 0, 0, 0, 0
  813. bgtype=imagefile
  814. ImageFile = Blue\tabItemTopRight.bmp
  815. imagecount=5
  816. imagelayout=vertical
  817. FillColorHint = 248 248 246; Tab average color (light beige)
  818. BorderColorHint = 145 167 180; Edge color (blue grey)
  819. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  820.  
  821.  
  822. [Tab.TopTabItemBothEdge]
  823. SizingMargins = 2, 2, 2, 2
  824. ContentMargins = 0, 0, 0, 0
  825. bgtype=imagefile
  826. ImageFile = Blue\tabItemTopBoth.bmp
  827. imagecount=5
  828. imagelayout=vertical
  829. FillColorHint = 248 248 246; Tab average color (light beige)
  830. BorderColorHint = 145 167 180; Edge color (blue grey)
  831. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  832.  
  833.  
  834. [Tab.Body]
  835. bgtype = imagefile
  836. stockImageFile = Blue\TabBackground.bmp
  837. FillColorHint = 251 251 253; Light tab background color (very light beige)
  838.  
  839. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  840. TrueSizeScalingType = Dpi
  841. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  842. ImageFile1=Blue\TabBackground.bmp
  843. ImageFile2=Blue\TabBackground133.bmp
  844. MinDpi1=96
  845. MinDpi2=164
  846.  
  847. ;----------- trackbar --------------------------------
  848. ;Volume sliders, etc.
  849. [TrackBar]
  850. bgType = borderFill
  851. fillType = Solid
  852. fillColor = 235 235 228
  853. bordersize = 1
  854. borderColor = 235 235 228
  855.  
  856. ;The movable part of a horizontal slider (TBS_BOTH style)
  857. [TrackBar.Thumb]
  858. bgtype=imagefile
  859. ImageFile = Blue\TrackbarHorizontal.bmp
  860. imagecount=5
  861. imagelayout = vertical
  862. SizingMargins = 2, 3, 3, 4
  863. sizingtype = stretch
  864. FillColorHint = 243 243 239; Average background color (light beige)
  865. BorderColorHint = 181 196 205; Edge color (blue grey)
  866. AccentColorHint = 71 196 70; Rollover color (green)
  867.  
  868. ;The movable part of a horizontal slider (TBS_TOP style)
  869. [TrackBar.ThumbTop]
  870. bgtype=imagefile
  871. imagecount=5
  872. imagelayout = vertical
  873. transparent=true
  874. sizingtype = truesize
  875. transparentcolor= 242 241 231
  876. FillColorHint = 243 243 239; Average background color (light beige)
  877. BorderColorHint = 181 196 205; Edge color (blue grey)
  878. AccentColorHint = 71 196 70; Rollover color (green)
  879.  
  880.  
  881. ;----- the three sizes ----
  882. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  883. TrueSizeScalingType = Dpi
  884. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  885. UniformSizing   = true  ; if you must stretch, do width & height equally
  886. ImageFile1=Blue\TrackBarUp13.bmp
  887. ImageFile2=Blue\TrackBarUp16.bmp
  888. ImageFile3=Blue\TrackBarUp25.bmp
  889. MinDpi1=96
  890. MinDpi2=118
  891. MinDpi3=185
  892.  
  893.  
  894. ;The movable part of a horizontal slider (TBS_BOTTOM style)
  895. [TrackBar.ThumbBottom]
  896. bgtype=imagefile
  897. imagecount=5
  898. transparent=true
  899. SizingMargins = 3, 6, 6, 10
  900. sizingtype = truesize
  901. transparentcolor= 242 241 231
  902. ImageLayout = vertical
  903. FillColorHint = 243 243 239; Average background color (light beige)
  904. BorderColorHint = 181 196 205; Edge color (blue grey)
  905. AccentColorHint = 71 196 70; Rollover color (green)
  906.  
  907.  
  908. ;----- the three sizes ----
  909. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  910. TrueSizeScalingType = Dpi
  911. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  912. UniformSizing   = true  ; if you must stretch, do width & height equally
  913. ImageFile1=Blue\TrackBarDown13.bmp
  914. ImageFile2=Blue\TrackBarDown16.bmp
  915. ImageFile3=Blue\TrackBarDown25.bmp
  916. MinDpi1=96
  917. MinDpi2=118
  918. MinDpi3=185
  919.  
  920. ;The movable part of a vertical slider (TBS_BOTH style)
  921. [TrackBar.ThumbVert]
  922. bgtype=imagefile
  923. ImageFile = Blue\TrackbarVertical.bmp
  924. SizingMargins = 2, 3, 2, 3
  925. sizingtype = stretch
  926. imagecount=5
  927. ImageLayout = vertical
  928. FillColorHint = 243 243 239; Average background color (light beige)
  929. BorderColorHint = 181 196 205; Edge color (blue grey)
  930. AccentColorHint = 71 196 70; Rollover color (green)
  931.  
  932.  
  933. ;The movable part of a vertical slider (TBS_LEFT style)
  934. [TrackBar.ThumbLeft]
  935. bgtype=imagefile
  936. sizingtype = truesize
  937. imagecount=5
  938. transparent=true
  939. transparentcolor= 242 241 231
  940. ImageLayout = vertical
  941. FillColorHint = 243 243 239; Average background color (light beige)
  942. BorderColorHint = 181 196 205; Edge color (blue grey)
  943. AccentColorHint = 71 196 70; Rollover color (green)
  944.  
  945. ;----- the three sizes ----
  946. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  947. TrueSizeScalingType = Dpi
  948. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  949. UniformSizing   = true  ; if you must stretch, do width & height equally
  950. ImageFile1=Blue\TrackBarLeft13.bmp
  951. ImageFile2=Blue\TrackBarLeft16.bmp
  952. ImageFile3=Blue\TrackBarLeft25.bmp
  953. MinDpi1=96
  954. MinDpi2=118
  955. MinDpi3=185
  956.  
  957. ;The movable part of a vertical slider (TBS_RIGHT style)
  958. [TrackBar.ThumbRight]
  959. bgtype=imagefile
  960. ImageFile = Blue\TrackbarRight13.bmp
  961. sizingtype = truesize
  962. imagecount=5
  963. transparent=true
  964. transparentcolor= 242 241 231
  965. ImageLayout = vertical
  966. FillColorHint = 243 243 239; Average background color (light beige)
  967. BorderColorHint = 181 196 205; Edge color (blue grey)
  968. AccentColorHint = 71 196 70; Rollover color (green)
  969.  
  970.  
  971. ;----- the three sizes ----
  972. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  973. TrueSizeScalingType = Dpi
  974. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  975. UniformSizing   = true  ; if you must stretch, do width & height equally
  976. ImageFile1=Blue\TrackBarRight13.bmp
  977. ImageFile2=Blue\TrackBarRight16.bmp
  978. ImageFile3=Blue\TrackBarRight25.bmp
  979. MinDpi1=96
  980. MinDpi2=118
  981. MinDpi3=185
  982.  
  983. ;The track along which a slidermoves
  984. [TrackBar.Track]
  985. bgtype=imagefile
  986. ImageFile = Blue\sliderTrack.bmp
  987. imagecount=1
  988. sizingtype = stretch
  989. SizingMargins = 2, 2, 2, 2
  990. FillColorHint = 242 241 233
  991. BorderColorHint = 157 156 153
  992.  
  993. ;The vertical track along which a slider moves
  994. [TrackBar.TrackVert]
  995. bgtype=imagefile
  996. ImageFile = Blue\sliderTrack.bmp
  997. imagecount=1
  998. sizingtype = stretch
  999. SizingMargins = 2, 2, 2, 2
  1000. FillColorHint = 242 241 233; Background color (light beige)
  1001. BorderColorHint = 157 156 153; Edge color (dark grey)
  1002.  
  1003. ;Set the color of the tickmarks drawn for the slider
  1004. [TrackBar.Tics]
  1005. color=161 161 146
  1006.  
  1007. ;Set the color of the tickmarks drawn for the vertical slider
  1008. [TrackBar.TicsVert]
  1009. color=161 161 146
  1010.  
  1011.  
  1012.  
  1013.  
  1014. ;----------- tooltip --------------------------------
  1015. ;Set the color or image background for tooltips
  1016. [Tooltip.Close]
  1017. BgType = ImageFile
  1018. ImageFile = Blue\BalloonClose.bmp
  1019. imagecount=3
  1020. sizingtype = truesize
  1021. Imagelayout = vertical
  1022.  
  1023.  
  1024.  
  1025. ;-------------- Windows ------------------------
  1026. [Window]
  1027. BgType = ImageFile
  1028. Transparent = true
  1029. TextShadowOffset = 1,1
  1030. TextShadowColor = 100 100 100
  1031.  
  1032. [Window.Caption]
  1033. ImageFile = Black\FrameCaption.bmp
  1034. SizingMargins = 14, 14, 14, 15
  1035. ContentMargins = 1, 1, 1, 1
  1036. CaptionMargins = 4, 3, 0, 0
  1037. SizingType = stretch
  1038. Imagelayout = vertical
  1039. ImageCount=2
  1040. Transparent = True
  1041. FillColorHint = 0 84 229; Average background color (strong blue)
  1042.  
  1043. [Window.Caption(active)]
  1044. TextShadowType = Single
  1045.  
  1046. [Window.CaptionSizingTemplate]
  1047. ImageFile = Blue\FrameCaptionSizing.bmp
  1048. SizingMargins = 28, 35, 9, 17
  1049. ContentMargins = 18, 18, 26, 0
  1050. SizingType = tile
  1051. Imagelayout = vertical
  1052. ImageCount=2
  1053. Transparent = True
  1054. TransparentColor = 0 0 0
  1055.  
  1056. [Window.SmallCaption]
  1057. ImageFile = Black\SmallFrameCaption.bmp
  1058. SizingMargins = 2, 2, 10, 10
  1059. ContentMargins = 1, 1, 1, 1
  1060. SizingType = stretch
  1061. Imagelayout = vertical
  1062. ImageCount=2
  1063. FillColorHint = 0 84 229; Average background color (strong blue)
  1064.  
  1065. [Window.SmallCaptionSizingTemplate]
  1066. ImageFile = Blue\SmallFrameCaptionSizing.bmp
  1067. SizingMargins = 24, 37, 9, 8
  1068. ContentMargins = 14, 14, 16, 0
  1069. SizingType = tile
  1070. Imagelayout = vertical
  1071. ImageCount=2
  1072. Transparent = True
  1073. TransparentColor = 0 0 0
  1074.  
  1075. ;The representation of a minimized window in and MDI application
  1076. [Window.MinCaption]
  1077. ImageFile = Black\FrameCaptionMin.bmp
  1078. ImageCount = 2
  1079. ImageLayout = vertical
  1080. SizingType = stretch
  1081. SizingMargins = 14, 14, 13, 15
  1082. ContentMargins = 3, 3, 0, 3
  1083. CaptionMargins = 4, 3, 0, 0
  1084. FillColorHint = 0 84 229; Average background color (strong blue)
  1085.  
  1086. ;Shows as a strip at the top of a window when an application is maximized, rather than as a frame
  1087. ;surrounding the window
  1088. [Window.MaxCaption]
  1089. ImageFile = Black\FrameMaximized.bmp
  1090. SizingMargins = 0, 0, 10, 15
  1091. ContentMargins = 1, 1, 1, 1
  1092. SizingType = stretch
  1093. SizingType = Tile
  1094. Imagelayout = vertical
  1095. ImageCount=2
  1096. CaptionMargins = 4, 3, 4, 2 
  1097. ContentAlignment = left
  1098. FillColorHint = 0 84 229; Average background color (strong blue)
  1099.  
  1100. [Window.MaxCaption(Active)]
  1101. TextShadowType = Single
  1102.  
  1103. [Window.FrameLeft]
  1104. ImageFile = Black\frameLeft.bmp
  1105. SizingMargins = 2, 1, 0, 0
  1106. SizingType = stretch
  1107. ImageLayout = vertical
  1108. ImageCount = 2
  1109. Transparent = FALSE
  1110. Borderonly = FALSE
  1111.  
  1112. [Window.FrameRight]
  1113. ImageFile = Black\frameRight.bmp
  1114. SizingMargins = 1, 2, 0, 0
  1115. SizingType = stretch
  1116. ImageLayout = vertical
  1117. ImageCount = 2
  1118. Transparent = FALSE
  1119. Borderonly = FALSE
  1120.  
  1121. [Window.FrameBottom]
  1122. ImageFile = Black\frameBottom.bmp
  1123. SizingMargins = 4, 4, 1, 2
  1124. SizingType = stretch
  1125. ImageLayout = vertical
  1126. ImageCount = 2
  1127. Transparent = FALSE
  1128. Borderonly = FALSE
  1129.  
  1130. [Window.SmallFrameLeft]
  1131. ImageFile = Black\frameLeft.bmp
  1132. SizingMargins = 2, 0, 0, 0
  1133. SizingType = stretch
  1134. ImageLayout = vertical
  1135. ImageCount = 2
  1136. Transparent = FALSE
  1137. Borderonly = FALSE
  1138.  
  1139. [Window.SmallFrameRight]
  1140. ImageFile = Black\frameRight.bmp
  1141. SizingMargins = 0, 2, 0, 0
  1142. SizingType = stretch
  1143. ImageLayout = vertical
  1144. ImageCount = 2
  1145. Transparent = FALSE
  1146. Borderonly = FALSE
  1147.  
  1148. [Window.SmallFrameBottom]
  1149. ImageFile = Black\frameBottom.bmp
  1150. SizingMargins = 5, 5, 1, 2
  1151. SizingType = stretch
  1152. ImageLayout = vertical
  1153. ImageCount = 2
  1154. Transparent = FALSE
  1155. Borderonly = FALSE
  1156.  
  1157.  
  1158. ;Background for dialog boxes
  1159.  
  1160. [Window.dialog]
  1161. bgType = BorderFill
  1162. FillColor = 236 233 216
  1163. BorderColor = 236 233 216
  1164.  
  1165.  
  1166. ;Close button in Window titlebar
  1167. [Window.CloseButton]
  1168. BgType = ImageFile
  1169. SizingMargins = 5, 5, 5, 5
  1170. ContentMargins = 2, 2, 2, 2
  1171. sizingType = Stretch
  1172. ImageFile = Black\CloseButton.bmp
  1173. GlyphType   = ImageGlyph
  1174. GlyphTransparent = True
  1175. ImageCount = 8
  1176. ImageLayout = Vertical
  1177. OffsetType = TopRight
  1178. Offset = -25, 5
  1179. FillColorHint = 228 93 61; Close box average color (brick red)
  1180. BorderColorHint = 255 255 255; Edge color (white)
  1181.  
  1182. ;----- glyphs ----
  1183. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1184. UniformSizing   = true  ; if you must stretch, do width & height equally
  1185. ImageFile1=Blue\CloseGlyph.bmp
  1186. ImageFile2=Blue\CloseGlyph.bmp
  1187. ImageFile3=Blue\CloseGlyph.bmp
  1188. ImageFile4=Blue\CloseGlyph19.bmp
  1189. ImageFile5=Blue\CloseGlyph23.bmp
  1190. MinDpi1=96
  1191. MinDpi2=126
  1192. MinDpi3=170
  1193.  
  1194.  
  1195. ;Maximize button in window titlebar
  1196. [Window.MaxButton]
  1197. BgType = ImageFile
  1198. SizingMargins = 5, 5, 5, 5
  1199. ContentMargins = 2, 2, 2, 2
  1200. sizingType = Stretch
  1201. ImageFile = Black\CaptionButton.bmp
  1202. GlyphType   = ImageGlyph
  1203. GlyphTransparent = True
  1204. ImageCount = 8
  1205. ImageLayout=Vertical
  1206. OffsetType = TopRight
  1207. Offset = -49, 5
  1208. FillColorHint = 74 121 246; Titlebar button color (blue)
  1209. BorderColorHint = 255 255 255; Edge color (white)
  1210.  
  1211. ;----- glyphs ----
  1212. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1213. UniformSizing   = true  ; if you must stretch, do width & height equally
  1214. ImageFile1=Blue\MaximizeGlyph.bmp
  1215. ImageFile2=Blue\MaximizeGlyph.bmp
  1216. ImageFile3=Blue\MaximizeGlyph.bmp
  1217. ImageFile4=Blue\MaximizeGlyph19.bmp
  1218. ImageFile5=Blue\MaximizeGlyph23.bmp
  1219. MinDpi1=96
  1220. MinDpi2=126
  1221. MinDpi3=170
  1222.  
  1223.  
  1224. ;Restore button in window titlebar
  1225. [Window.RestoreButton]
  1226. BgType = ImageFile
  1227. SizingMargins = 5, 5, 5, 5
  1228. ContentMargins = 2, 2, 2, 2
  1229. sizingType = Stretch
  1230. ImageFile = Black\CaptionButton.bmp
  1231. GlyphType   = ImageGlyph
  1232. GlyphTransparent = True
  1233. ImageCount = 8
  1234. ImageLayout=Vertical
  1235. OffsetType = TopRight
  1236. Offset = -49, 5
  1237. FillColorHint = 74 121 246; Titlebar button color (blue)
  1238. BorderColorHint = 255 255 255; Edge color (white)
  1239.  
  1240. ;----- glyphs ----
  1241. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1242. UniformSizing   = true  ; if you must stretch, do width & height equally
  1243. ImageFile1=Blue\RestoreGlyph.bmp
  1244. ImageFile2=Blue\RestoreGlyph.bmp
  1245. ImageFile3=Blue\RestoreGlyph.bmp
  1246. ImageFile4=Blue\RestoreGlyph19.bmp
  1247. ImageFile5=Blue\RestoreGlyph23.bmp
  1248. MinDpi1=96
  1249. MinDpi2=126
  1250. MinDpi3=170
  1251.  
  1252.  
  1253. ;Minimize button in window titlebar
  1254. [Window.MinButton]
  1255. BgType = ImageFile
  1256. SizingMargins = 5, 5, 5, 5
  1257. ContentMargins = 2, 2, 2, 2
  1258. sizingType = Stretch
  1259. ImageFile = Black\CaptionButton.bmp
  1260. GlyphType   = ImageGlyph
  1261. GlyphTransparent = True
  1262. ImageCount = 8
  1263. ImageLayout=Vertical
  1264. OffsetType = TopRight
  1265. Offset = -73, 5
  1266. FillColorHint = 74 121 246; Titlebar button color (blue)
  1267. BorderColorHint = 255 255 255; Edge color (white)
  1268.  
  1269. ;----- glyphs ----
  1270. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1271. UniformSizing   = true  ; if you must stretch, do width & height equally
  1272. ImageFile1=Blue\MinimizeGlyph.bmp
  1273. ImageFile2=Blue\MinimizeGlyph.bmp
  1274. ImageFile3=Blue\MinimizeGlyph.bmp
  1275. ImageFile4=Blue\MinimizeGlyph19.bmp
  1276. ImageFile5=Blue\MinimizeGlyph23.bmp
  1277. MinDpi1=96
  1278. MinDpi2=126
  1279. MinDpi3=170
  1280.  
  1281. ;Help button in window titlebar--normally only appears on dialog windows
  1282. [Window.HelpButton]
  1283. BgType = ImageFile
  1284. SizingMargins = 5, 5, 5, 5
  1285. ContentMargins = 2, 2, 2, 2
  1286. sizingType = Stretch
  1287. ImageFile = Black\CaptionButton.bmp
  1288. GlyphType   = ImageGlyph
  1289. GlyphTransparent = True
  1290. ImageCount = 8
  1291. ImageLayout=Vertical
  1292. OffsetType = TopRight
  1293. Offset = -73, 5
  1294. MirrorImage = true  ; don't remove this (must specify to be localizable)
  1295. FillColorHint = 74 121 246; Titlebar button color (blue)
  1296. BorderColorHint = 255 255 255; Edge color (white)
  1297.  
  1298. ;----- glyphs ----
  1299. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1300. UniformSizing   = true  ; if you must stretch, do width & height equally
  1301. ImageFile1=Blue\HelpGlyph.bmp
  1302. ImageFile2=Blue\HelpGlyph.bmp
  1303. ImageFile3=Blue\HelpGlyph.bmp
  1304. ImageFile4=Blue\HelpGlyph19.bmp
  1305. ImageFile5=Blue\HelpGlyph23.bmp
  1306. MinDpi1=96
  1307. MinDpi2=126
  1308. MinDpi3=170
  1309.  
  1310.  
  1311. ;The Titlebar icon, next to the window title
  1312. [Window.SysButton]
  1313. OffsetType = TopLeft
  1314. Offset = 10, 3
  1315.  
  1316. ;Close button for palette windows
  1317. [Window.SmallCloseButton]
  1318. BgType = ImageFile
  1319. SizingMargins = 3, 3, 3, 3
  1320. ContentMargins = 0, 0, 0, 0
  1321. sizingType = Stretch
  1322. ImageFile = Black\CloseButton.bmp
  1323. GlyphType   = ImageGlyph
  1324. GlyphImageFile = Black\SmallCloseGlyph.bmp
  1325. GlyphTransparent = True
  1326. ImageCount = 8
  1327. ImageLayout = Vertical
  1328. OffsetType = TopRight
  1329. Offset = -16, 3
  1330. FillColorHint = 228 93 61; Close box average color (brick red)
  1331. BorderColorHint = 255 255 255; Edge color (white)
  1332.  
  1333. ;Close button for a maximized MDI window
  1334. [Window.MDICloseButton]
  1335. BgType = ImageFile
  1336. sizingType = stretch
  1337. ImageFile = Blue\MDICaptionButton.bmp
  1338. ImageCount=4
  1339. ImageLayout = Vertical
  1340. SizingMargins = 4, 4, 4, 4
  1341. ContentMargins = 0, 0, 0, 0
  1342. OffsetType = TopRight
  1343. Offset = -19, 1
  1344. GlyphType   = ImageGlyph
  1345. GlyphImageFile = Blue\MDIGlyphClose.bmp
  1346. GlyphTransparent= true
  1347. FillColorHint = 241 239 229; Average background color (beige)
  1348. BorderColorHint = 255 255 255; Edge color (white)
  1349.  
  1350. ;Restore button for a maximized MDI window
  1351. [Window.MDIRestoreButton]
  1352. BgType = ImageFile
  1353. sizingType = stretch
  1354. ImageFile = Blue\MDICaptionButton.bmp
  1355. ImageCount=4
  1356. ImageLayout = Vertical
  1357. SizingMargins = 4, 4, 4, 4
  1358. ContentMargins = 0, 0, 0, 0
  1359. OffsetType = TopRight
  1360. Offset = -37, 1
  1361. GlyphType   = ImageGlyph
  1362. GlyphImageFile = Blue\MDIGlyphRestore.bmp
  1363. GlyphTransparent= true
  1364. FillColorHint = 241 239 229; Average background color (beige)
  1365. BorderColorHint = 255 255 255; Edge color (white)
  1366.  
  1367.  
  1368. ;Minimize button for a maximized MDI window
  1369. [Window.MDIMinButton]
  1370. BgType = ImageFile
  1371. sizingType = stretch
  1372. ImageFile = Blue\MDICaptionButton.bmp
  1373. ImageCount=4
  1374. ImageLayout = Vertical
  1375. SizingMargins = 4, 4, 4, 4
  1376. ContentMargins = 0, 0, 0, 0
  1377. OffsetType = TopRight
  1378. Offset = -53, 1
  1379. GlyphType   = ImageGlyph
  1380. GlyphImageFile = Blue\MDIGlyphMinimize.bmp
  1381. GlyphTransparent= true
  1382. FillColorHint = 241 239 229; Average background color (beige)
  1383. BorderColorHint = 255 255 255; Edge color (white)
  1384.  
  1385. ;-------------- Start Panel -------------------
  1386. [StartPanel]
  1387. bgtype = none
  1388. DefaultPaneSize = 0, 0, 380, 440
  1389.  
  1390. [StartPanel.UserPane]
  1391. UserPicture         = True
  1392. ImageLayout         = Horizontal
  1393. TextColor           = 255 255 255
  1394. Font                = Franklin Gothic Medium, 14
  1395. DefaultPaneSize     = 0, 0, 380, 64
  1396. BgType              = Imagefile
  1397. Transparent         = True
  1398. ImageFile = Blue\StartUserPanel.bmp
  1399. Imagecount          = 1
  1400. SizingMargins       = 59, 60, 62, 0
  1401. sizingType          = Stretch
  1402. TEXTSHADOWOFFSET= 2, 2
  1403. textshadowcolor     = 9 66 139
  1404. TextShadowType      = continuous
  1405. FillColorHint = 31 113 216; Average background (blue)
  1406.  
  1407.  
  1408. [StartPanel.UserPicture]
  1409. BgType = ImageFile
  1410. ImageFile = Blue\UserTileBackground.bmp
  1411. Imagecount = 1
  1412. SizingType = Stretch
  1413. SizingMargins = 6, 10, 6, 10
  1414. ContentMargins = 8, 6, 8, 6
  1415. Transparent = true
  1416. FillColorHint = 204 214 235; Average Background (light blue grey)
  1417.  
  1418.  
  1419. [StartPanel.ProgList]
  1420. DefaultPaneSize = 0, 0, 190, 306
  1421. ContentMargins  = 6 4 9 5
  1422. TextColor   = 55 55 56 
  1423. HotTracking = 48 112 208
  1424. CaptionText = 128 128 128
  1425. BgType  = ImageFile
  1426. SizingType  = Stretch
  1427. SizingMargins   = 2, 153, 3, 0
  1428. sizingType = Stretch
  1429. ImageFile = Blue\StartPanelMFUBackground.bmp
  1430. imagecount  = 1
  1431. FillColorHint = 204 214 235; Average Background (light blue grey)
  1432.  
  1433.  
  1434. [StartPanel.ProgListSeparator]
  1435. BgType = ImageFile
  1436. SizingType = TrueSize
  1437. ImageFile = Blue\StartProgramsSeparator.bmp
  1438.  
  1439. [StartPanel.MorePrograms]
  1440. DefaultPaneSize = 0, 0, 190, 30
  1441. TextColor           = 55 55 56
  1442. HotTracking         = 48 112 208
  1443. Font                = Tahoma, 8, Bold
  1444. BgType              = ImageFile
  1445. SizingType          = Stretch
  1446. SizingMargins       = 3, 0, 0, 1
  1447.  
  1448. ;  left and right contentmargins should match proglist
  1449. ContentMargins  = 8, 8, 0, 6
  1450. ImageFile = Blue\StartPanelMoreProgBackGround.BMP
  1451. imagecount  = 1
  1452. sizingType = Stretch
  1453.  
  1454. [StartPanel.MoreProgramsArrow]
  1455. BgType  = ImageFile
  1456. SizingType  = TrueSize
  1457. ImageFile = Blue\StartPanelMoreProgArrow.bmp
  1458. ImageCount  = 1
  1459. FillColorHint = 108 207 108; Average color (green)
  1460.  
  1461. [StartPanel.MoreProgramsArrow(hot)]
  1462. BgType  = ImageFile
  1463. SizingType  = TrueSize
  1464. ImageFile = Blue\StartPanelMoreProgArrowHot.bmp
  1465. ImageCount  = 1
  1466. FillColorHint = 107 239 107; Average color (bright green)
  1467.  
  1468.  
  1469. [StartPanel.PlacesList]
  1470. DefaultPaneSize = 0, 0, 190, 336
  1471. ContentMargins  = 4 6 9 5
  1472. TextColor           = 10 36 106
  1473. HotTracking         = 80 150 248
  1474. BgType              = imageFile
  1475. ImageFile = Blue\StartPanelPlacesBackground.bmp
  1476. imagecount = 1
  1477. SizingMargins = 172, 7, 3, 1
  1478. sizingType = Stretch
  1479. FillColorHint = 211 229 250; Background color (light blue)
  1480.  
  1481. [StartPanel.PlacesListSeparator]
  1482. BgType = ImageFile
  1483. SizingType = TrueSize
  1484. ImageFile = Blue\StartPlacesSeparator.bmp
  1485.  
  1486. [StartPanel.Logoff]
  1487. ContentMargins =  0, 0, 4, 2
  1488. DefaultPaneSize = 0, 0, 380, 40
  1489. TextColor   = 255 255 255
  1490. HotTracking = 255 255 255
  1491. bgType = imagefile
  1492. ImageFile = Blue\StartPanelLogoffBackground.bmp
  1493. imagecount = 1
  1494. sizingMargins = 49, 47, 0, 38
  1495. sizingType = Stretch
  1496. FillColorHint = 37 119 223; Background color (lblue)
  1497.  
  1498. ;; note that if you want transparent LogoffButtons they MUST be 32 bit
  1499. ;; images with an alphachanel, not 8 or 24 bit images with a TransparentColor
  1500. [StartPanel.LogoffButtons]
  1501. BgType  = ImageFile
  1502. Transparent = True
  1503. SizingType  = TrueSize
  1504. ImageFile = Blue\StartPanelLogoffButtons.bmp
  1505. ImageCount  = 1
  1506.  
  1507. [StartPanel.LogoffButtons(hot)]
  1508. BgType  = ImageFile
  1509. Transparent = True
  1510. SizingType  = TrueSize
  1511. ImageFile = Blue\StartPanelLogoffButtonsHot.bmp
  1512. ImageCount  = 1
  1513.  
  1514.  
  1515. ;-------------- Taskbar specific --------------
  1516. [Start::Button]
  1517. BgType  = ImageFile
  1518. SizingType  = Stretch
  1519. SizingMargins   = 6, 52, 13, 14
  1520. ContentMargins  = 10, 24, 2, 4
  1521. ImageFile = Blue\StartButton.bmp
  1522. ImageCount  = 3
  1523. ImageLayout = Vertical
  1524. Transparent = True
  1525. Font= Franklin Gothic Medium, 14, italic
  1526. TextColor   = 255 255 255
  1527. TEXTSHADOWOFFSET= 2, 2
  1528. textshadowcolor = 69 76 16
  1529. TextShadowType  = continuous
  1530. FillColorHint = 74 153 73; Average color (green)
  1531.  
  1532. [StartMenu::MenuBand]
  1533. TextColor   = 0 0 0
  1534.  
  1535. [StartMenu::MenuBand(Hot)]
  1536. TextColor   = 255 255 255
  1537.  
  1538. [StartMenu::MenuBand.NewAppButton]
  1539. BgType  = ImageFile
  1540. SizingType  = Stretch
  1541. SizingMargins   = 6, 1, 0, 0
  1542. ContentMargins  = 10, 0, 3, 0
  1543. ImageFile = Blue\StartGroupNewAppButton.bmp
  1544. ImageCount  = 1
  1545. Transparent    = True
  1546. TransparentColor= 255 0 0
  1547. FillcolorHint = 254 234 182; Background newly installed app color (light orange)
  1548.  
  1549. [StartMenu::MenuBand.Seperator]
  1550. BgType  = ImageFile
  1551. SizingType  = Stretch
  1552. SizingMargins   = 6, 1, 3, 0
  1553. ContentMargins  = 10, 0, 3, 0
  1554. ImageFile = Blue\StartGroupSeperator.bmp
  1555. ImageCount  = 1
  1556. Transparent    = True
  1557. TransparentColor= 255 0 0
  1558. FillColorHint = 211 211 200; Separator color (grey)
  1559.  
  1560. [StartMenu::Toolbar]
  1561. BgType  = ImageFile
  1562. ImageFile = Blue\StartGroupBackground.bmp
  1563. SizingType    = Stretch
  1564. SizingMargins    = 6, 5, 3, 4
  1565. ContentMargins    = 0, 0, 0, 0
  1566. Font= Tahoma, 8
  1567. TextColor   = 0 0 0
  1568. FillColorHint = 255 255 255; Background of More Programs menu (white)
  1569. AccentColorHint = 48 127 229; Left edge of More Programs menu (blue)
  1570.  
  1571.  
  1572. [StartMenu::Toolbar(Hot)]
  1573. TextColor   = 255 255 255
  1574.  
  1575. [StartMenu::Toolbar.Button]
  1576. BgType  = ImageFile
  1577. SizingType  = Stretch
  1578. SizingMargins   = 6, 1, 0, 0
  1579. ContentMargins  = 10, 0, 3, 0
  1580. ImageFile = Blue\StartGroupToolbarButton.bmp
  1581. ImageCount  = 3
  1582. ImageLayout    = vertical
  1583. Transparent    = True
  1584. TransparentColor= 255 0 0
  1585. FillColorHint = 22 101 203; Rollover of item on More Programs menu (blue)
  1586.  
  1587.  
  1588. [TaskBar::Toolbar]
  1589. BgType  = None
  1590. Font= Tahoma, 8
  1591. TextColor   = 255 255 255
  1592.  
  1593. [TaskBar::Toolbar.Button]
  1594. BgType  = ImageFile
  1595. SizingType  = Stretch
  1596. SizingMargins   = 8, 3, 18, 8
  1597. ContentMargins  = 0, 0, 4, 4
  1598. ImageFile = Blue\TaskBandButtonNoEdge.bmp
  1599. ImageCount  = 6
  1600. ImageLayout = vertical
  1601. Transparent = True
  1602. FillColorHint = 53 122 238; Average background color (blue)
  1603.  
  1604. [TaskBar::Toolbar.DropdownButton]
  1605. BgType  = ImageFile
  1606.  
  1607. SizingType  = Stretch
  1608. SizingMargins   = 8, 3, 18, 8
  1609. ContentMargins  = 2, 0, 4, 4
  1610. ImageFile = Blue\TaskBandButtonNoEdge.bmp
  1611. ImageCount  = 6
  1612. ImageLayout = vertical
  1613. Transparent = True
  1614. FillColorHint = 53 122 238; Average background color (blue)
  1615.  
  1616. [TaskBarVert::Toolbar]
  1617. BgType  = None
  1618. Font= Tahoma, 8
  1619. TextColor   = 255 255 255
  1620.  
  1621. [TaskBarVert::Toolbar.Button]
  1622. BgType  = ImageFile
  1623. SizingType  = Stretch
  1624. SizingMargins   = 15, 5, 6, 4
  1625. ContentMargins  = 1, 1, 1, 1
  1626. ImageFile = Blue\TaskBandButtonNoEdgeVertical.bmp
  1627. ImageCount  = 6
  1628. ImageLayout = vertical
  1629. Transparent = True
  1630. FillColorHint = 53 122 238; Average background color (blue)
  1631.  
  1632. [TaskBarVert::Toolbar.DropdownButton]
  1633. BgType  = ImageFile
  1634. SizingType  = Stretch
  1635. SizingMargins   = 15, 5, 6, 4
  1636. ContentMargins  = 1, 1, 1, 1
  1637. ImageFile = Blue\TaskBandButtonNoEdgeVertical.bmp
  1638. ImageCount  = 6
  1639. ImageLayout = vertical
  1640. Transparent = True
  1641. FillColorHint = 53 122 238; ; Average background color (blue)
  1642.  
  1643. [TaskBar::Rebar]
  1644. BgType  = None
  1645. Font= Tahoma, 8
  1646. TextColor   = 123 182 232
  1647.  
  1648. [TaskBar::Rebar.Band]
  1649. BgType  = None
  1650.  
  1651. [TaskBar::Rebar.Gripper]
  1652. BgType  = ImageFile
  1653. SizingType  = Tile
  1654. SizingMargins   = 0, 0, 6, 4
  1655. ContentMargins  = 2, 1, 0, 0
  1656. ImageFile = Blue\TaskbarGripper.bmp
  1657. ImageCount  = 1
  1658. Transparent = True
  1659. TransparentColor= 255 0 255
  1660. FillColorHint = 6 45 159; Gripper dot color (dark purple)
  1661.  
  1662. [TaskBar::Rebar.GripperVert]
  1663. BgType  = ImageFile
  1664. SizingType  = Tile
  1665. SizingMargins   = 4, 6, 0, 0
  1666. ContentMargins  = 0, 0, 2, 1
  1667. ImageFile = Blue\TaskbarGripperVertical.bmp
  1668. ImageCount  = 1
  1669. Transparent = True
  1670. TransparentColor= 255 0 255
  1671. FillColorHint = 6 45 159; Gripper dot color (dark purple)
  1672.  
  1673. [TaskBar::Rebar.Chevron]
  1674. BgType  = ImageFile
  1675. SizingType  = Stretch
  1676. SizingMargins   = 8, 3, 18, 8
  1677. ContentMargins  = 0, 0, 0, 10
  1678. ImageFile = Blue\TaskBandButtonNoEdge.bmp
  1679. ImageCount  = 6
  1680. ImageLayout = vertical
  1681. Transparent = True
  1682. GlyphType   = ImageGlyph
  1683. GlyphImageFile = Blue\TaskbarChevron.bmp
  1684. GlyphTransparent= true
  1685. VAlign = Top
  1686. FillColorHint = 6 45 159; Overflow glyph color (baby blue)
  1687.  
  1688. [TaskBar::Rebar.ChevronVert]
  1689. BgType  = ImageFile
  1690. SizingType  = Stretch
  1691. SizingMargins   = 15, 5, 6, 4
  1692. ContentMargins  = 0, 0, 0, 0
  1693. ImageFile = Blue\TaskBandButtonNoEdgeVertical.bmp
  1694. ImageCount  = 6
  1695. ImageLayout = vertical
  1696. Transparent = True
  1697. GlyphType   = ImageGlyph
  1698. GlyphImageFile = Blue\TaskbarChevronVert.bmp
  1699. GlyphTransparent= true
  1700. FillColorHint = 6 45 159; Overflow glyph color (baby blue)
  1701.  
  1702. [TaskBar.BackgroundBottom]
  1703. BgType  = ImageFile
  1704. SizingType  = Tile
  1705. SizingMargins   = 0, 0, 15, 11
  1706. ImageFile = Blue\TaskbarBackground.bmp
  1707. ImageCount  = 1
  1708. FillColorHint = 36 94 220; Average background color (blue)
  1709.  
  1710. [TaskBar.SizingBarBottom]
  1711. BgType  = ImageFile
  1712. SizingType  = Tile
  1713. ImageFile = Blue\TaskbarSizingBarBottom.bmp
  1714. ImageCount  = 1
  1715. FillColorHint = 50 128 231; Average color (blue)
  1716.  
  1717. [TaskBar.BackgroundLeft]
  1718. BgType  = ImageFile
  1719. SizingType  = Tile
  1720. SizingMargins   = 15, 11, 0, 0
  1721. ImageFile = Blue\TaskbarBackgroundVertical.bmp
  1722. ImageCount  = 1
  1723. FillColorHint = 36 94 220; Average background color (blue)
  1724.  
  1725. [TaskBar.SizingBarLeft]
  1726. BgType  = ImageFile
  1727. SizingType  = Tile
  1728. ImageFile = Blue\TaskbarSizingBarLeft.bmp
  1729. ImageCount  = 1
  1730. FillColorHint = 50 128 231; Average color (blue)
  1731.  
  1732. [TaskBar.BackgroundTop]
  1733. BgType  = ImageFile
  1734. SizingType  = Tile
  1735. SizingMargins   = 0, 0, 15, 11
  1736. ImageFile = Blue\TaskbarBackground.bmp
  1737. ImageCount  = 1
  1738. FillColorHint = 36 94 220; Average background color (blue)
  1739.  
  1740. [TaskBar.SizingBarTop]
  1741. BgType  = ImageFile
  1742. SizingType  = Tile
  1743. ImageFile = Blue\TaskbarSizingBarTop.bmp
  1744. ImageCount  = 1
  1745. FillColorHint = 50 128 231; Average color (blue)
  1746.  
  1747. [TaskBar.BackgroundRight]
  1748. BgType  = ImageFile
  1749. SizingType  = Tile
  1750. SizingMargins   = 11, 13, 0, 0
  1751. ImageFile = Blue\TaskbarBackgroundVertical.bmp
  1752. ImageCount  = 1
  1753. FillColorHint = 36 94 220; Average background color (blue)
  1754.  
  1755. [TaskBar.SizingBarRight]
  1756. BgType  = ImageFile
  1757. SizingType  = Stretch
  1758. ImageFile = Blue\TaskbarSizingBarRight.bmp
  1759. ImageCount  = 1
  1760. FillColorHint = 50 128 231; Average color (blue)
  1761.  
  1762. ;-------------- Taskband specific --------------
  1763. [TaskBand.FlashButton]
  1764. BgType  = ImageFile
  1765. SizingType  = Stretch
  1766. SizingMargins   = 4, 4, 4, 4
  1767. ContentMargins  = 0, 0, 4, 4
  1768. ImageFile = Blue\TaskBandFlashButton.bmp
  1769. ImageCount  = 1
  1770. ImageLayout = vertical
  1771. Transparent = True
  1772. FillColorHint = 56 130 234; Average background color (blue)
  1773. AccentColorHint = 255 192 91; Attention hilite color (orange)
  1774.  
  1775. [TaskBand.FlashButtonGroupMenu]
  1776. BgType  = ImageFile
  1777. SizingType  = Stretch
  1778. SizingMargins   = 4, 4, 4, 4
  1779. ContentMargins  = 0, 0, 4, 4
  1780. ImageFile = Blue\TaskBandFlashButtonGroupMenu.bmp
  1781. ImageCount  = 1
  1782. Transparent = True
  1783. FillColorHint = 56 130 234; Average background color (blue)
  1784. AccentColorHint = 255 192 91; Attention hilite color (orange)
  1785.  
  1786. [TaskBand.GroupCount]
  1787. Font= Tahoma, 8, Bold
  1788. TextColor   = 255 204 109
  1789.  
  1790. [TaskBand::Toolbar]
  1791. BgType  = None
  1792. Font= Tahoma, 8
  1793. TextColor   = 255 255 255
  1794.  
  1795. [TaskBand::Toolbar.Button]
  1796. BgType  = ImageFile
  1797. SizingType  = Stretch
  1798. SizingMargins   = 17, 5, 15, 8
  1799. ContentMargins  = 0, 4, 4, 4
  1800. ImageFile = Blue\TaskBandButton.bmp
  1801. ImageCount  = 6
  1802. ImageLayout = vertical
  1803. Transparent = True
  1804. FillColorHint = 54 127 239
  1805.  
  1806. [TaskBand::Toolbar.DropdownButton]
  1807. BgType  = ImageFile
  1808. SizingType  = Stretch
  1809. SizingMargins   = 17, 5, 15, 8
  1810. ContentMargins  = 0, 4, 4, 4
  1811. ImageFile = Blue\TaskBandButton.bmp
  1812. ImageCount  = 6
  1813. ImageLayout = vertical
  1814. Transparent = True
  1815. FillColorHint = 54 127 239; Average background color (blue)
  1816.  
  1817. [TaskBandVert::Toolbar]
  1818. BgType  = None
  1819. Font= Tahoma, 8
  1820. TextColor   = 255 255 255
  1821.  
  1822. [TaskBandVert::Toolbar.Button]
  1823. BgType  = ImageFile
  1824. SizingType  = Stretch
  1825. SizingMargins   = 16, 7, 12, 6
  1826. ContentMargins  = 0, 4, 4, 4
  1827. ImageFile = Blue\TaskBandButtonVertical.bmp
  1828. ImageCount  = 6
  1829. ImageLayout = vertical
  1830. Transparent = True
  1831. FillColorHint = 54 127 239; Average background color (blue)
  1832.  
  1833. [TaskBandVert::Toolbar.DropdownButton]
  1834. BgType  = ImageFile
  1835. SizingType  = Stretch
  1836. SizingMargins   = 16, 7, 12, 6
  1837. ContentMargins  = 0, 4, 4, 4
  1838. ImageFile = Blue\TaskBandButtonVertical.bmp
  1839. ImageCount  = 6
  1840. ImageLayout = vertical
  1841. Transparent = True
  1842. FillColorHint = 54 127 239; Average background color (blue)
  1843.  
  1844. [TaskBand::ScrollBar.ArrowBtn]
  1845. BgType  = ImageFile
  1846. SizingMargins = 5, 5, 5, 5
  1847. ContentMargins = 0, 0, 0, 0
  1848. SizingType = Stretch
  1849. ImageFile = Blue\TaskbandScrollArrows.bmp
  1850. ImageCount = 20
  1851. ImageLayout = Vertical
  1852. GlyphType   = ImageGlyph
  1853. GlyphImageFile = Blue\TaskBandScrollArrowGlyphs.bmp
  1854. GlyphTransparent = True
  1855. FillColorHint = 25 66 205; Average background color (dark blue)
  1856.  
  1857. [TaskBand::Scrollbar.ThumbBtnHorz]
  1858. BgType  = ImageFile
  1859. SizingMargins = 5, 5, 5, 5
  1860. ContentMargins = 4, 4, 0, 0
  1861. ImageFile = Blue\TaskBandScrollThumbHorizontal.bmp
  1862. ImageCount  = 5
  1863. ImageLayout = Vertical
  1864. FillColorHint = 25 66 205; Average background color (dark blue)
  1865.  
  1866. ;A visual element in the middle of the scrollbar thumb
  1867. [TaskBand::Scrollbar.GripperHorz]
  1868. BgType  = ImageFile
  1869. SizingType  = TrueSize
  1870. ImageFile = Blue\TaskBandScrollThumbGripperHorizontal.BMP
  1871. imagelayout = vertical
  1872. Transparent = True
  1873. ImageCount  = 5
  1874. FillColorHint = 44 96 226; Thumb gripper lighter color (blue)
  1875.  
  1876.  
  1877. ; Scrollbar Thumb (vertical)
  1878. [TaskBand::Scrollbar.ThumbBtnVert]
  1879. BgType  = ImageFile
  1880. SizingMargins = 5, 5, 5, 5
  1881. ContentMargins = 0, 0, 4, 4
  1882. ImageFile = Blue\TaskBandScrollThumbVertical.bmp
  1883. ImageCount  = 5
  1884. ImageLayout = vertical
  1885. FillColorHint = 25 66 205; Average background color (dark blue)
  1886.  
  1887. ;A visual element in the middle of the scrollbar thumb
  1888. [TaskBand::Scrollbar.GripperVert]
  1889. BgType  = ImageFile
  1890. SizingType  = TrueSize
  1891. ImageFile = Blue\TaskBandScrollThumbGripperVertical.BMP
  1892. ImageCount  = 4
  1893. Transparent = True
  1894. ImageLayout = Vertical
  1895. FillColorHint = 44 96 226; Thumb gripper lighter color (blue)
  1896.  
  1897.  
  1898. ; Scrollbar Tracks (horizontal)
  1899. [TaskBand::Scrollbar.LowerTrackHorz]
  1900. BgType  = imagefile
  1901. ImageFile = Blue\TaskBandScrollShaftHorizontal.bmp
  1902. SizingMargins = 0, 0, 1, 1
  1903. ImageCount = 4
  1904. ImageLayout = Vertical
  1905. FillColorHint = 37 90 225; Average background color (blue)
  1906.  
  1907.  
  1908. [TaskBand::Scrollbar.UpperTrackHorz]
  1909. BgType  = imagefile
  1910. ImageFile = Blue\TaskBandScrollShaftHorizontal.bmp
  1911. SizingMargins = 0, 0, 1, 1
  1912. ImageCount = 4
  1913. ImageLayout = Vertical
  1914. FillColorHint = 37 90 225; Average background color (blue)
  1915.  
  1916.  
  1917. ; Scrollbar Tracks (vertical)
  1918. [TaskBand::Scrollbar.LowerTrackVert]
  1919. BgType  = imagefile
  1920. ImageFile = Blue\TaskBandScrollShaftVertical.bmp
  1921. SizingMargins = 1, 1, 0, 0
  1922. ImageCount = 4
  1923. ImageLayout = Vertical
  1924. FillColorHint = 37 90 225; Average background color (blue)
  1925.  
  1926.  
  1927. [TaskBand::Scrollbar.UpperTrackVert]
  1928. BgType  = imagefile
  1929. ImageFile = Blue\TaskBandScrollShaftVertical.bmp
  1930. SizingMargins = 1, 1, 0, 0
  1931. ImageCount = 4
  1932. ImageLayout = Vertical
  1933. FillColorHint = 37 90 225; Average background color (blue)
  1934.  
  1935. ;-------------- Taskband Group Menu specific --------------
  1936. [TaskBandGroupMenu::Toolbar]
  1937. BgType  = ImageFile
  1938. ImageFile = Blue\TaskBandBackground.bmp
  1939. SizingType    = Tile
  1940. SizingMargins    = 3, 3, 3, 3
  1941. ContentMargins    = 9, 0, 0, 0
  1942. Font= Tahoma, 8
  1943. TextColor   = 255 255 255
  1944. FillColorHint = 33 87 213; Average background color (blue)
  1945. AccentColorHint = 255 199 60; Menu top hilite color (orange)
  1946.  
  1947.  
  1948. [TaskBandGroupMenu::Toolbar.Button]
  1949. BgType  = ImageFile
  1950. SizingType  = stretch
  1951. SizingMargins   = 3, 3, 0, 0
  1952. ContentMargins  = 9, 0, 3, 3
  1953. ImageFile = Blue\TaskBandHover.bmp
  1954. ImageCount  = 3
  1955. ImageLayout    = vertical
  1956. Transparent    = True
  1957. AccentColorHint = 79 150 255; Rollover hilite color (blue)
  1958.  
  1959. ;-------------- Tray Notify specific --------------
  1960. [TrayNotify::Toolbar]
  1961. BgType  = None
  1962.  
  1963. [TrayNotify::Toolbar.Button]
  1964. BgType  = None
  1965.  
  1966. [TrayNotifyHoriz::TrayNotify.Background]
  1967. BgType  = ImageFile
  1968. SizingType  = Stretch
  1969. SizingMargins   = 34, 10, 12, 12
  1970. ContentMargins  = 19, 7, 0, 0
  1971. ImageFile = Blue\TaskbarTray.bmp
  1972. ImageCount  = 1
  1973. Transparent = True
  1974. TransparentColor= 255 0 0
  1975. FillColorHint = 13 141 234; Average background color (blue)
  1976.  
  1977. [TrayNotifyHoriz::Button]
  1978. BgType  = ImageFile
  1979. SizingType  = TrueSize
  1980. ImageFile = Blue\TrayChevronHorizontal.bmp
  1981. ImageCount  = 3
  1982. Imagelayout = vertical
  1983. FillColorHint = 56 173 243; Average background color (blue)
  1984.  
  1985. [TrayNotifyHorizOpen::Button]
  1986. BgType  = ImageFile
  1987. SizingType  = TrueSize
  1988. ImageFile = Blue\TrayChevronHorizontalOpen.bmp
  1989. ImageCount  = 3
  1990. Imagelayout = vertical
  1991. FillColorHint = 56 173 243; Average background color (blue)
  1992.  
  1993. [TrayNotifyVert::TrayNotify.Background]
  1994. BgType  = ImageFile
  1995. SizingType  = Stretch
  1996. SizingMargins   = 12, 12, 34, 10
  1997. ContentMargins  = 0, 0, 19, 7
  1998. ImageFile = Blue\TaskbarTrayVertical.bmp
  1999. ImageCount  = 1
  2000. Transparent = True
  2001. TransparentColor= 255 0 0
  2002. FillColorHint = 13 141 234; Average background color (blue)
  2003.  
  2004. [TrayNotifyVert::Button]
  2005. BgType  = ImageFile
  2006. SizingType  = TrueSize
  2007. Transparent = True
  2008. ImageFile = Blue\TrayChevronHorizontal.bmp
  2009. ImageCount  = 3
  2010. Imagelayout = vertical
  2011. FillColorHint = 56 173 243; Average background color (blue)
  2012.  
  2013.  
  2014. [TrayNotifyVertOpen::Button]
  2015. BgType  = ImageFile
  2016. SizingType  = TrueSize
  2017. Transparent = True
  2018. ImageFile = Blue\TrayChevronHorizontalOpen.bmp
  2019. ImageCount  = 3
  2020. Imagelayout = vertical
  2021. FillColorHint = 56 173 243; Average background color (blue)
  2022.  
  2023.  
  2024. [TrayNotify::Clock]
  2025. Font= Tahoma, 8
  2026. TextColor   = 255 255 255
  2027.  
  2028. ;-------------- Application-specific ------------------------
  2029.  
  2030.  
  2031. ;----------- places bar --------------------------------
  2032. ;The places toolbar in the fileopen/save dialog.
  2033. [Placesbar::Toolbar]
  2034. SizingMargins = 4, 4, 4, 4
  2035. ContentMargins = 0, 0, 0, 0
  2036. ImageFile = Blue\PlaceBarBackground.bmp
  2037. bgtype = imagefile
  2038. imageCount = 1
  2039. sizingType = tile
  2040. FillColorHint = 249 248 243; Background color (light beige)
  2041.  
  2042. [Placesbar::Toolbar.Button]
  2043. SizingMargins = 4, 4, 4, 4
  2044. ContentMargins = 0, 0, 4, 2
  2045. ImageFile = Blue\PlaceBarButtons.bmp
  2046. bgtype = imagefile
  2047. imagelayout = vertical
  2048. imageCount = 6
  2049. sizingType = stretch
  2050. transparent = true
  2051. FillColorHint = 255 255 255; Selected color (white)
  2052. BorderColorHint = 122 152 175; Outline color (blue grey)
  2053.  
  2054. ;----------- Explorer (IE) bar --------------------------------
  2055. [ExplorerBar]
  2056. BgType  = BorderFill
  2057. FillType= VertGradient
  2058. GradientRatio1  = 0
  2059. GradientColor1  = 140 170 230
  2060. GradientRatio2  = 255
  2061. GradientColor2  = 100 135 220
  2062. BorderSize  = 0
  2063. ContentMargins  = 12, 12, 12, 12
  2064.  
  2065. [ExplorerBar.HeaderBackground]; Not used in IE 6
  2066. BgType  = ImageFile
  2067. SizingType  = Stretch
  2068. ImageFile = Blue\ExplorerBarHeaderBackground.bmp
  2069. SizingMargins   = 202, 1, 0, 0
  2070. Font= Tahoma, 8, Bold
  2071. TextColor   = 255 255 255
  2072. ContentMargins  = 8, 8, 7, 7
  2073. FillColorHint = 94 135 217; Mid color of gradient (blue)
  2074.  
  2075. [ExplorerBar.HeaderClose]; Not used in IE 6
  2076. BgType  = ImageFile
  2077. SizingType  = TrueSize
  2078. ImageLayout = Vertical
  2079. ImageFile = Blue\ExplorerBarHeaderClose.bmp
  2080. ImageCount  = 3
  2081. Transparent = true
  2082. OffsetType  = TopRight
  2083. Offset  = -4, 4
  2084. FillColorHint = 138 168 229; Close box normal state (blue)
  2085. AccentColorHint = 255 121 95; Close box rollover (brick red)
  2086.  
  2087. [ExplorerBar.HeaderPin]; Not used in IE 6
  2088. BgType  = ImageFile
  2089. SizingType  = TrueSize
  2090. ImageLayout = Vertical
  2091. ImageFile = Blue\ExplorerBarHeaderPin.bmp
  2092. ImageCount  = 6
  2093. Transparent = true
  2094. OffsetType  = TopRight
  2095. Offset  = -6, 4
  2096. FillColorHint = 189 206 239; Average pin color (blue grey)
  2097.  
  2098. [ExplorerBar.IEBarMenu]; Not used in IE 6
  2099. BgType  = ImageFile
  2100. SizingType  = TrueSize
  2101. ImageLayout = Vertical
  2102. ImageFile = Blue\IE_PersonalBarMenu.bmp
  2103. ImageCount  = 3
  2104. Transparent = true
  2105. OffsetType  = TopRight
  2106. Offset  = -3, 1
  2107. FillColorHint = 236 240 249; Average button background color (light grey blue)
  2108. BorderColorHint = 165 187 228; Border of button (blue grey)
  2109.  
  2110. [ExplorerBar.NormalGroupBackground]
  2111. BgType  = ImageFile
  2112. FillColor = 214 223 247
  2113. BorderColor = 255 255 255
  2114. SizingType  = Stretch
  2115. ImageFile = Blue\NormalGroupBackground.bmp
  2116. SizingMargins   = 3, 3, 3, 3
  2117. Font= Tahoma, 8
  2118. TextColor   = 38 92 192
  2119. ContentMargins  = 8, 8, 7, 7
  2120.  
  2121. [ExplorerBar.NormalGroupCollapse]
  2122. BgType  = ImageFile
  2123. SizingType  = TrueSize
  2124. ImageLayout = Vertical
  2125. ImageFile = Blue\NormalGroupCollapse.bmp
  2126. ImageCount  = 3
  2127. Transparent = true
  2128. OffsetType  = TopRight
  2129. Offset  = -3, 1
  2130. FillColorHint = 236 240 249; Average button background color (light grey blue)
  2131. BorderColorHint = 165 187 228; Border of button (blue grey)
  2132.  
  2133. [ExplorerBar.NormalGroupExpand]
  2134. BgType  = ImageFile
  2135. SizingType  = TrueSize
  2136. ImageLayout = Vertical
  2137. ImageFile = Blue\NormalGroupExpand.bmp
  2138. ImageCount  = 3
  2139. Transparent = true
  2140. OffsetType  = TopRight
  2141. Offset  = -3, 1
  2142. FillColorHint = 236 240 249; Average button background color (light grey blue)
  2143. BorderColorHint = 165 187 228; Border of button (blue grey)
  2144.  
  2145. [ExplorerBar.NormalGroupHead]
  2146. BgType  = ImageFile
  2147. SizingType  = Stretch
  2148. ImageFile = Blue\NormalGroupHead.bmp
  2149. SizingMargins   = 3, 106, 3, 1
  2150. Transparent = true
  2151. Font= Tahoma, 8, Bold
  2152. TextColor   = 33 93 198
  2153. ContentMargins  = 8, 8, 7, 7
  2154. FillColorHint = 240 243 251; Lighter side of gradient (very light blue)
  2155.  
  2156. [ExplorerBar.SpecialGroupBackground]
  2157. BgType  = ImageFile
  2158. SizingType  = Stretch
  2159. ImageFile = Blue\SpecialGroupBackground.bmp
  2160. SizingMargins   = 3, 3, 3, 3
  2161. Font= Tahoma, 8
  2162. TextColor   = 38 92 192
  2163. ContentMargins  = 8, 8, 7, 7
  2164. FillColorHint = 239 243 255; Background color (very light blue)
  2165.  
  2166. [ExplorerBar.SpecialGroupCollapse]
  2167. BgType  = ImageFile
  2168. SizingType  = TrueSize
  2169. ImageLayout = Vertical
  2170. ImageFile = Blue\SpecialGroupCollapse.bmp
  2171. ImageCount  = 3
  2172. Transparent = true
  2173. OffsetType  = TopRight
  2174. Offset  = -3, 1
  2175. FillColorHint = 36 89 195; Average background color (dark blue)
  2176. BorderColorHint = 70 114 205; Edge color (dark blue)
  2177.  
  2178.  
  2179. [ExplorerBar.SpecialGroupExpand]
  2180. BgType  = ImageFile
  2181. SizingType  = TrueSize
  2182. ImageLayout = Vertical
  2183. ImageFile = Blue\SpecialGroupExpand.bmp
  2184. ImageCount  = 3
  2185. Transparent = true
  2186. OffsetType  = TopRight
  2187. Offset  = -3, 1
  2188. FillColorHint = 36 89 195; Average background color (dark blue)
  2189. BorderColorHint = 70 114 205; Edge color (dark blue)
  2190.  
  2191.  
  2192. [ExplorerBar.SpecialGroupHead]
  2193. BgType  = ImageFile
  2194. SizingType  = Stretch
  2195. ImageFile = Blue\SpecialGroupHead.bmp
  2196. SizingMargins   = 3, 106, 3, 1
  2197. Transparent = true
  2198. Font= Tahoma, 8, Bold
  2199. TextColor   = 255 255 255
  2200. FillColor = 2 72 178
  2201. ContentMargins  = 8, 8, 7, 7
  2202.  
  2203. [ExplorerBar::Rebar]; Not used in IE6
  2204. bgtype  = imagefile
  2205. sizingtype  = stretch
  2206. ImageFile = Blue\ExplorerBarToolbarBackground.bmp
  2207. sizingmargins   = 0, 0, 0, 4
  2208. Font= Tahoma, 8
  2209. TextColor   = 127 124 115
  2210. FillColorHint = 243 247 253; (very light blue)
  2211.  
  2212. [ExplorerBar::Rebar.Band]; Not used in IE6
  2213. bgtype  = none
  2214. ContentMargins    = 2, 0, 0, 0
  2215.  
  2216. [ExplorerBar::Rebar.Gripper]; Not used in IE6
  2217. bgtype = imagefile
  2218. SizingMargins   = 0, 0, 6, 4
  2219. ContentMargins  = 3, 0, 0, 0
  2220. ImageFile = Blue\Gripper.bmp
  2221. sizingType  = Tile
  2222. Transparent = true
  2223. TransparentColor= 255 0 0
  2224. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  2225.  
  2226. [ExplorerBar::Rebar.GripperVert]; Not used in IE6
  2227. bgtype  = imagefile
  2228. SizingMargins   = 9, 8, 0, 0
  2229. ImageFile = Blue\GripperVert.bmp
  2230. sizingType  = Tile
  2231. Transparent = true
  2232. TransparentColor= 255 0 0
  2233. FillColorHint = 171 167 149; Gripper dot color (dark beige)
  2234.  
  2235. [ExplorerBar::Rebar.Chevron]; Not used in IE6
  2236. SizingMargins   = 4, 4, 4, 4
  2237. ContentMargins  = 0, 0, 0, 0
  2238. ImageFile = Blue\ExplorerBarToolbarButtons.bmp
  2239. bgtype  = imagefile
  2240. imagelayout = vertical
  2241. imageCount  = 6
  2242. sizingType  = Stretch
  2243. Transparent = true
  2244. GlyphType   = ImageGlyph
  2245. GlyphImageFile = Blue\Chevron.bmp
  2246. GlyphTransparent= true
  2247. VAlign  = Top
  2248. FillColorHint = 0 0 0; Glyph color (black)
  2249.  
  2250. [ExplorerBar::Rebar.ChevronVert]; Not used in IE6
  2251. SizingMargins   = 4, 4, 4, 4
  2252. ContentMargins  = 0, 0, 0, 0
  2253. ImageFile = Blue\ExplorerBarToolbarButtons.bmp
  2254. bgtype  = imagefile
  2255. imagelayout = vertical
  2256. imageCount  = 6
  2257. sizingType  = Stretch
  2258. Transparent = true
  2259. GlyphType   = ImageGlyph
  2260. GlyphImageFile = Blue\Chevron.bmp
  2261. GlyphTransparent= true
  2262. VAlign  = Top
  2263. FillColorHint = 0 0 0; Glyph color (black)
  2264.  
  2265. [ExplorerBar::Toolbar.Button]; Not used in IE6
  2266. SizingMargins   = 4, 4, 4, 4
  2267. ContentMargins  = 0, 0, 0, 0
  2268. ImageFile = Blue\ExplorerBarToolbarButtons.bmp
  2269. bgtype  = imagefile
  2270. imagelayout = vertical
  2271. imageCount  = 6
  2272. sizingType  = Stretch
  2273. Transparent = true
  2274. TransparentColor= 255 0 255
  2275. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2276. BorderColorHint = 168 191 234; Edge color (grey blue)
  2277.  
  2278. [ExplorerBar::Toolbar.DropdownButton]; Not used in IE6
  2279. SizingMargins   = 4, 4, 4, 4
  2280. ContentMargins  = 0, 0, 0, 0
  2281. ImageFile = Blue\ExplorerBarToolbarButtons.bmp
  2282. bgtype  = imagefile
  2283. imagelayout = vertical
  2284. imageCount  = 6
  2285. sizingType  = Stretch
  2286. Transparent = true
  2287. TransparentColor= 255 0 255
  2288. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2289. BorderColorHint = 168 191 234; Edge color (grey blue)
  2290.  
  2291. [ExplorerBar::Toolbar.SplitButton]; Not used in IE6
  2292. SizingMargins   = 4, 2, 4, 4
  2293. ImageFile = Blue\ExplorerBarToolbarButtonsSplit.bmp
  2294. bgtype  = imagefile
  2295. imagelayout = vertical
  2296. imageCount  = 6
  2297. sizingType  = Stretch
  2298. Transparent = true
  2299. TransparentColor= 255 0 255
  2300. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2301. BorderColorHint = 168 191 234; Edge color (grey blue)
  2302.  
  2303. [ExplorerBar::Toolbar.SplitButtonDropdown]; Not used in IE6
  2304. SizingMargins   = 2, 4, 4, 4
  2305. ImageFile = Blue\ExplorerBarToolbarButtonsSplitDropdown.bmp
  2306. bgtype  = imagefile
  2307. imagelayout = vertical
  2308. imageCount  = 6
  2309. sizingType  = Stretch
  2310. Transparent = true
  2311. TransparentColor= 255 0 255
  2312. GlyphType   = ImageGlyph
  2313. GlyphImageFile = Blue\ToolbarButtonsSplitDropdownGlyph.bmp
  2314. GlyphTransparent= true
  2315. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2316. BorderColorHint = 168 191 234; Edge color (grey blue)
  2317.  
  2318. [ExplorerBar::Toolbar.Separator]; Not used in IE6
  2319. SizingMargins   = 5, 2, 2, 1
  2320. ImageFile = Blue\Separator.bmp
  2321. bgtype  = imagefile
  2322. imageCount  = 1
  2323. sizingType  = tile
  2324. Transparent = true
  2325. TransparentColor= 255 0 0
  2326. FillColorHint = 202 198 175; Separator line color (dark beige)
  2327.  
  2328. [ExplorerBar::Toolbar.SeparatorVert]; Not used in IE6
  2329. SizingMargins   = 2, 1, 5, 1
  2330. ImageFile = Blue\SeparatorVert.bmp
  2331. bgtype  = imagefile
  2332. imageCount  = 1
  2333. sizingType  = tile
  2334. Transparent = true
  2335. TransparentColor= 255 0 0
  2336. FillColorHint = 202 198 175; Separator line color (dark beige)